Body
application/json
Represents a create command for a user.
Required range:
x >= 0Required range:
x >= 0Represents a user preferences.
Response
Successful Response
Represents a read command for a user.
The total budget currently available to the user.
The number of campaigns owned by the user.
Required range:
x >= 0The number of creatives owned by the user.
Required range:
x >= 0The total credit currently available to the user.
The email of the user.
The id of the user.
Is the user active.
Is the user admin.
Is the user email is verified.
The permissions information of the user.
Examples:
{}{
"admin": [],
"advertiser": ["permission"],
"analytic": ["campaign"],
"audience": [],
"audience_attribute": ["r"],
"audience_segment": ["r", "w"],
"campaign": ["r", "w"],
"creative": ["r", "w"],
"placement": ["r"],
"retailer": []
}{
"admin": ["list_advertisers", "budget"],
"advertiser": [],
"analytic": ["placement"],
"audience": ["r"],
"audience_attribute": ["r", "w"],
"audience_segment": ["r", "w"],
"campaign": ["r"],
"creative": ["r", "w"],
"placement": ["r", "w"],
"retailer": ["approval", "permission"]
}The number of placements owned by the user.
Required range:
x >= 0Represents a user preferences.
User role enum.
Available options:
advertiser, retailer, admin The name of the user.
